projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b287e6
)
Seal private member.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:59:22 +0000
(10:59 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:59:22 +0000
(10:59 +0000)
* gtk/gtkentrycompletion.h: Seal private member.
svn path=/trunk/; revision=20506
gtk/gtkentrycompletion.h
patch
|
blob
|
history
diff --git
a/gtk/gtkentrycompletion.h
b/gtk/gtkentrycompletion.h
index b9ad7ce2e85d2949acaf3f0677a748aeecd4393c..14365ff613328021d8e815b5bacc60b07341bb84 100644
(file)
--- a/
gtk/gtkentrycompletion.h
+++ b/
gtk/gtkentrycompletion.h
@@
-55,7
+55,7
@@
struct _GtkEntryCompletion
GObject parent_instance;
/*< private >*/
- GtkEntryCompletionPrivate *
priv
;
+ GtkEntryCompletionPrivate *
GSEAL (priv)
;
};
struct _GtkEntryCompletionClass